home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / lib / ImageMagick-6.3.7 / config / delegates.xml < prev    next >
Extensible Markup Language  |  2008-08-20  |  9KB  |  104 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE delegatemap [
  3. <!ELEMENT delegatemap (delegate)+>
  4. <!ELEMENT delegate (#PCDATA)>
  5. <!ATTLIST delegate decode CDATA #IMPLIED>
  6. <!ATTLIST delegate encode CDATA #IMPLIED>
  7. <!ATTLIST delegate mode CDATA #IMPLIED>
  8. <!ATTLIST delegate spawn CDATA #IMPLIED>
  9. <!ATTLIST delegate stealth CDATA #IMPLIED>
  10. <!ATTLIST delegate command CDATA #REQUIRED>
  11. ]>
  12. <!--
  13.   Delegate command file.
  14.  
  15.   Commands which specify
  16.  
  17.     decode="in_format" encode="out_format"
  18.  
  19.   specify the rules for converting from in_format to out_format These
  20.   rules may be used to translate directly between formats.
  21.  
  22.   Commands which specify only
  23.  
  24.     decode="in_format"
  25.  
  26.   specify the rules for converting from in_format to some format that
  27.   ImageMagick will automatically recognize. These rules are used to
  28.   decode formats.
  29.  
  30.   Commands which specify only
  31.  
  32.    encode="out_format"
  33.  
  34.   specify the rules for an "encoder" which may accept any input format.
  35.  
  36.   For delegates other than ps:*, pcl:*, and mpeg:* the substitution rules are
  37.   as follows:
  38.  
  39.     %i  input image filename
  40.     %o  output image filename
  41.     %u  unique temporary filename
  42.     %z  secondary unique temporary filename
  43.     %#  input image signature
  44.     %b  image file size
  45.     %c  input image comment
  46.     %g  image geometry
  47.     %h  image rows (height)
  48.     %k  input image number colors
  49.     %m  input image format
  50.     %p  page number
  51.     %q  input image depth
  52.     %s  scene number
  53.     %w  image columns (width)
  54.     %x  input image x resolution
  55.     %y  input image y resolution
  56.  
  57. -->
  58. <delegatemap>
  59.   <delegate decode="autotrace" stealth="True" command=""autotrace" -output-format svg -output-file "%o" "%i""/>
  60.   <delegate decode="browse" stealth="True" spawn="True" command=""htmlview" http://www.imagemagick.org/"/>
  61.   <delegate decode="cgm" thread-support="False" command=""ralcgm" -d ps -oC < "%i" > "%o" 2> "%u""/>
  62.   <delegate decode="dng:decode" command=""ufraw-batch" --silent --wb=camera --black-point=auto --exposure=auto --create-id=also --out-type=ppm16 "--output=%u.pnm" "%i""/>
  63.   <delegate decode="edit" stealth="True" command=""xterm" -title "Edit Image Comment" -e vi "%o""/>
  64.   <delegate decode="eps" encode="pdf" mode="bi" command=""gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 "-sDEVICE=pdfwrite" "-sOutputFile=%o" "-f%i""/>
  65.   <delegate decode="eps" encode="ps" mode="bi" command=""gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pswrite" "-sOutputFile=%o" "-f%i""/>
  66.   <delegate decode="fig" command=""fig2dev" -L ps "%i" "%o""/>
  67.   <delegate decode="gplt" command=""echo" "set size 1.25,0.62     set terminal postscript portrait color solid; set output "%o"; load "%i"" > "%u";"gnuplot" "%u""/>
  68.   <delegate decode="hdr" command=""ra_pfm" "%i" "%o""/>
  69.   <delegate decode="hpg" command=""hp2xx" -q -m eps -f `basename "%o"` "%i"     mv -f `basename "%o"` "%o""/>
  70.   <delegate decode="hpgl" command="if [ -e hp2xx -o -e /usr/bin/hp2xx ]; then     hp2xx -q -m eps -f `basename "%o"` "%i"     mv -f `basename "%o"` "%o   else     echo "You need to install hp2xx to use HPGL files with ImageMagick."     exit 1   fi"/>
  71.   <delegate decode="htm" command=""html2ps" -U -o "%o" "%i""/>
  72.   <delegate decode="html" command=""html2ps" -U -o "%o" "%i""/>
  73.   <delegate decode="https" command=""curl" -s -k -o "%o" "https:%M""/>
  74.   <delegate decode="ilbm" command=""ilbmtoppm" "%i" > "%o""/>
  75.   <delegate decode="man" command=""groff" -man -Tps "%i" > "%o""/>
  76.   <delegate decode="mpeg:decode" stealth="True" command=""mpeg2decode" -q -b "%i" -f -r -o3 "%u%%d""/>
  77.   <delegate encode="mpeg:encode" stealth="True" command=""mpeg2encode" "%i" "%o""/>
  78.   <delegate decode="pcl:color" stealth="True" command=""pcl6" -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=ppmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
  79.   <delegate decode="pcl:cmyk" stealth="True" command=""pcl6" -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=bmpsep8" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
  80.   <delegate decode="pcl:mono" stealth="True" command=""pcl6" -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pbmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>
  81.   <delegate decode="pdf" encode="eps" mode="bi" command=""gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=epswrite" "-sOutputFile=%o" "-f%i""/>
  82.   <delegate decode="pdf" encode="ps" mode="bi" command=""gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pswrite" "-sOutputFile=%o" "-f%i""/>
  83.   <delegate decode="pic" command=""ra_pfm" "%i" "%o""/>
  84.   <delegate decode="pnm" encode="ilbm" mode="encode" command=""ppmtoilbm" -24if "%i" > "%o""/>
  85.   <delegate decode="pnm" encode="launch" mode="encode" command=""gimp" "%i""/>
  86.   <delegate decode="pov" command=""povray" "+i%i" -D0 +o"%o" +fn%q +w%w +h%h +a -q9 -kfi"%s" -kff"%n"     "convert" -concatenate "%o*.png" "%o""/>
  87.   <delegate decode="ps" encode="eps" mode="bi" command=""gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=epswrite" "-sOutputFile=%o" "-f%i""/>
  88.   <delegate decode="ps" encode="pdf" mode="bi" command=""gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pdfwrite" "-sOutputFile=%o" "-f%i""/>
  89.   <delegate decode="ps" encode="print" mode="encode" command="lpr "%i""/>
  90.   <delegate decode="ps:alpha" stealth="True" command=""gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pngalpha" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
  91.   <delegate decode="ps:cmyk" stealth="True" command=""gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pam" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
  92.   <delegate decode="ps:color" stealth="True" command=""gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pnmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
  93.   <delegate decode="ps:mono" stealth="True" command=""gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pnmraw" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
  94.   <delegate decode="rad" command=""ra_pfm" "%i" "%o""/>
  95.   <delegate decode="rgba" encode="rle" mode="encode" command=""rawtorle" -o "%o" -v "%i""/>
  96.   <delegate decode="scan" command=""scanimage" -d "%i" > "%o""/>
  97.   <delegate encode="show" stealth="True" spawn="True" command=""/usr/bin/display" -immutable -delay 0 -window-group %[group] -title "%l of %f" "tmp:%i""/>
  98.   <delegate decode="shtml" command=""html2ps" -U -o "%o" "%i""/>
  99.   <delegate decode="svg" command=""wmf2eps" -o "%o" "%i""/>
  100.   <delegate decode="txt" encode="ps" mode="bi" command=""enscript" -o "%o" "%i""/>
  101.   <delegate encode="win" stealth="True" spawn="True" command=""/usr/bin/display" -immutable -delay 0 -window-group %[group] -title "%l of %f" "tmp:%i""/>
  102.   <delegate decode="wmf" command=""wmf2eps" -o "%o" "%i""/>
  103. </delegatemap>
  104.